home *** CD-ROM | disk | FTP | other *** search
- /* 93/12/17 aih added release levels (now moved to ReleaseLib.h)
- 93/03/12 aih simplified, zapped long rev history
- 90/11/08 aih created parts of this file */
-
- #pragma once
-
- /* #define COLOR (1) */ /* define to enable color dependent code */
-
- #ifdef THINK_C
- #define volatile /* till compiler supports volatile keyword */
- #endif /* THINK_C */
-
- void *memclr(void *p, unsigned long n);
-
- #include "ReleaseLib.h" /* must be first header */
- #include "TypeLib.h" /* types needed for other stuff */
- #include "AssertLib.h" /* assertion handling */
- #include "ExceptionLib.h" /* exception handling */
-